home *** CD-ROM | disk | FTP | other *** search
/ Virtual Ecstasy: Sexy Collection / Virtual Ecstasy: Sexy Collection 1.iso / mac / SC_MAC / SC_MAC.DXR / 00009_yame.off.ls < prev    next >
Encoding:
Text File  |  1995-07-09  |  206 b   |  10 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     set the castNum of sprite 10 to cast "yame.on"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite 10 to cast "yame.off"
  7.   updateStage()
  8.   go("END")
  9. end
  10.